Gross Chess
Invented by: Fergus Duniho, 2009
Game hierarchy
• Game
• Generic Chess
• Generic x12
• Generic 12x12
• Gross Chess
Board
FEN: mavwc2cwvam/1rsnbqkbnsr1/pppppppppppp/12/12/12/12/12/12/PPPPPPPPPPPP/1RSNBQKBNSR1/MAVWC2CWVAM w KBkb - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | en passant; can promote by replacement; pawn structure evaluation |
Queen | Queen | Q | Gross Chess | trap king on back rank bonus |
Rook | Rook | R | Gross Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Gross Chess | colorbinding evaluation |
Knight | Knight | N | Gross Chess | |
Chancellor | Marshall | M | Gross Chess | open file bonus; trap king on back rank bonus |
Archbishop | Archbishop | A | Gross Chess | |
Cannon | Cannon | C | Gross Chess | |
Vao | Vao | V | Gross Chess | colorbinding evaluation |
Wizard | Wizard | W | Gross Chess | colorbinding evaluation |
Champion | Champion | S | Gross Chess | |
Game Variables
Name = "Gross Chess"
Invented = "2009"
InventedBy = "Fergus Duniho"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "mavwc2cwvam/1rsnbqkbnsr1/pppppppppppp/12/12/12/12/12/12/PPPPPPPPPPPP/1RSNBQKBNSR1/MAVWC2CWVAM"
DeduplicateMoves = false
StaticExchangeEvaluation = false
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Custom
PromotionTypes = ""
BareKing = false
EnPassant = true
PromotingType = null
CastlingType = King
Declared in Generic x12:
PawnMultipleMove = @3(2,3)
Declared in Generic 12x12:
Castling = 2R Close-Rook Flexible
Rules
MoveCompletionDefaultRule
EnPassantRule
CheckmateRule
Move50Rule
FlexibleCastlingRule
GrossChessPromotionRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
|